Using these entries as follows would cause a mail message to be sent which included a header only :-
[Disposal]
VIRUSPRESENT=Virus
..
[Virus]
Quarantine=
Inform=VirusList
Delete=
..
[VirusList]
Subject=A message from %SENDER% contained a virus.
FromAdr=MIMEsweeper at FrontDoor
ToAdr=AdminFront at FrontDoor
CCAdr=%RCPTS%
WithLog=FALSE
Thus any combination of copy message and copy log can be added to the inform message.
It is possible to use a pre-existing MSW feature to send different Inform messages and combinations of Copy and Log to different users. A typical requirement is to send the log to the administrator but not to the sender or recipients. The ability to have multiple "Inform" entries in a single disposal section achieves this functionality. The above example could be expanded as follows :-
[Disposal]
VIRUSPRESENT=Virus
..
[Virus]
Quarantine=
Inform=VirusList
Inform=SenderVirusList
Delete=
..
[SenderVirusList]
Subject=Your message contained a virus.
FromAdr=MIMEsweeper at FrontDoor
ToAdr=%SENDER%
ToAdr=%RCPTS%
WithLog=FALSE
[VirusList]
Subject=A message from %SENDER% contained a virus.
FromAdr=MIMEsweeper at FrontDoor
ToAdr=AdminFront at FrontDoor
WithCopy=TRUE
These two inform actions would cause a message to be sent to the administrator including the log and a copy of the message and a header only message to be sent to the originator and intended recipients.
CAUTION:
The use of WithCopy=TRUE in InformLists for virus detection is very strongly discouraged because of the possibility of viruses escaping from MIMEsweeper quarantine.